toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]PromptCallback
/
Params
Params
interface
Params
The parameters of the
PromptCallback
.
Members
Functions
cancel
Action
Text
Link copied to clipboard
open
fun
cancelActionText
(
)
:
String
Returns a string that represents the localized text of the "Cancel" action.
message
Link copied to clipboard
open
fun
message
(
)
:
String
Returns a string that represents the text passed to the
window.prompt()
JavaScript function.
ok
Action
Text
Link copied to clipboard
open
fun
okActionText
(
)
:
String
Returns a string that represents the localized text of the "OK" action.
text
Link copied to clipboard
open
fun
text
(
)
:
String
Returns a string that represents the default text passed to the
window.prompt()
JavaScript function or an empty string, if no default value is passed.
title
Link copied to clipboard
open
fun
title
(
)
:
String
Returns a string that represents the localized dialog title.
url
Link copied to clipboard
open
fun
url
(
)
:
String
Returns a string that represents the URL of the web page that requested to display a prompt dialog.